home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / chatmenu.zip / HLPCMENU < prev    next >
Text File  |  1993-04-19  |  5KB  |  91 lines

  1.  
  2.  
  3. Node Chat Functions
  4. -------------------
  5.  
  6. Subcommands:  (G) (Q) (X) (CALL) (CHANNEL) (ECHO) (IGNORE) (HANDLE) (MENU)
  7.               (MONITOR) (PRIVATE) (SEND) (SHOW) (SILENT) (TOPIC) (WHO)
  8.  
  9.               (G)        Goodbye, logoff system
  10.               (Q)        Quit chat, return command prompt
  11.               (CALL)     Calls another user into chat
  12.               (CHANNEL)  Change to another topic (or channel)
  13.               (ECHO)     Enable "echo" mode
  14.               (IGNORE)   Ignore input from one or more nodes
  15.               (HANDLE)   Change your name (or handle) for use in chat
  16.               (MENU)     Redisplay the menu regardless of Novice/Expert status
  17.               (MONITOR)  Toggles monitoring of channels (optionally accepts
  18.                          numbers indicating which channels to monitor)
  19.               (NOECHO)   Disables "echo".  Non-Echo Mode is useful for split-
  20.                          screen chatting.
  21.               (PRIVATE)  Make a conversation (or channel) private
  22.               (PUBLIC)   Make a conversation (or channel) public
  23.               (SEND)     Send a private message to another node in chat
  24.               (SHOW)     Show users currently in chat
  25.               (SILENT)   Toggle display of user entrance and exit information
  26.               (TOPIC)    Change the topic for the current channel
  27.               (WHO)      Display who is online and what they are doing
  28.  
  29. Description:  Node chat allows 2 or more people to communicate with each other
  30.               across separate nodes of the BBS.
  31.  
  32.               A Channel is a separate group of people or topic of conversation.
  33.               There are 255 channels available.  Use of the SHOW command will
  34.               allow you to see what converstations, by topic, are currently
  35.               taking place and who is involved in each.  The MONITOR command
  36.               will let you listen in on all non-private channels to help you
  37.               decide which conversations you might wish to join.  Typing
  38.               MONITOR alone will toggle the function on or off.  Typing
  39.               MONITOR followed by numbers will monitor specific channels.
  40.  
  41.               A Handle simply allows you to identify yourself without
  42.               requiring that your entire name be used.  A Handle does not
  43.               hide your identity (as seen by a WHO command in PCBoard) but
  44.               merely provides you the ability to be known by another name
  45.               while in chat.
  46.  
  47.               An Open Discussion is one in which others may freely join.  A
  48.               Private Discussion prevents others, not already in the channel,
  49.               from monitoring or joining.  The PRIVATE command can be used to
  50.               make a channel private.  The PUBLIC command will make it
  51.               public again.  Channel #1 can never be made private which
  52.               leaves it open for newcomers to the chat.
  53.  
  54.               During the course of an open discussion you may notice other
  55.               callers joining in.  An announcement of each arrival or
  56.               departure is made to let you know who is in chat.  The SILENT
  57.               command can be used to turn these announcements off.
  58.  
  59.               The CALL command lets you invite other users into your chat
  60.               session.  These users may already be in group chat, or they
  61.               may be out in the main part of the BBS.  As long as the user
  62.               has not made himself unavailable and isn't busy performing
  63.               other duties you may issue a CALL command to request his
  64.               presence in chat.  It should be understood that the caller may
  65.               decline your offer to chat.
  66.  
  67.                   NOTE:  The CALL command is the ONLY way that someone
  68.                   outside of a Private Discussion can join.  Once you CALL
  69.                   the user, a flag is set that allows that user join.
  70.  
  71.               The SEND command can be used to privately send a one line
  72.               message to another caller that is already in group chat.  The
  73.               caller does not need to be in the same channel as yourself.
  74.  
  75.               The IGNORE command allows you to ignore the input coming from
  76.               one or more nodes.  If a caller, in your channel, is becoming a
  77.               nuisance, that caller can be ignored.  However, ultimately the
  78.               better solution would be to switch to another channel and make
  79.               it private.
  80.  
  81.               The NOECHO command allows you to disable the input echoing that
  82.               normally occurs.  With echoing enabled, your system must be
  83.               capable of handling ANSI cursor position commands and even then
  84.               you are limited to ONE line of text that can be typed ahead
  85.               while another caller is typing.  With echoing disabled, ANSI is
  86.               no longer required and since a local split screen is used, none
  87.               of the text is transmitted until you press enter so you may
  88.               type more than a single line of text while others are typing.
  89.               Type ECHO to re-enable echoing.
  90.  
  91.